@charset "utf-8";
/** * slider stylesheet file *
 * @author:Hu Ying<huying@123.com.cn> 
 * @link:
  * @copyright:Copyright 安徽黄埔网络科技有限公司All Rights Reserved 
  */
/*============================================  
    轮播样式 
=============================================*/
/*雪碧图*/
.step .step-item,
.step .step-item ul li i,
.slideBox .prev,
.slideBox .next{
    display: block;
    background: url(../../images/sprite-index.png) no-repeat;
}

/*广告*/
.slideBox {
    width:100%;
    min-width: 1200px;
    overflow:hidden;
    position:relative;
}
.slideBox .bd {
    position:relative;
    height:100%;
    z-index:0;
}
.slideBox .bd li {
    position: relative;
    left: 50%;
    margin-left: -960px;
    zoom:1;
    vertical-align:middle;
}
.slideBox .bd img {
    display:block;
    width: 1920px;
}
.slideBox .bd li a{
    position: relative;
    z-index: 1;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{
    position:absolute;
    top:50%;
    margin-top:-25px;
    display:block;
    width: 62px;
    height: 56px;
}
.slideBox .prev{
    left: 10px;
    background-position: -409px -136px;
}
.slideBox .prev:hover{
    background-position: -553px -136px;
}
.slideBox .next{
    right: 10px;
    background-position: -481px -136px;
}
.slideBox .next:hover{
    background-position: -626px -136px;
}

/*雅柏5大服务流程*/
.step{
    position: absolute;
    top:0;
    left: 50%;
    margin-left: -600px;
}
.step .step-text{
    width: 488px;
    padding: 23px 24px 23px 0;
    background: #613e20;
    color: #fff;
    text-align: right;
}
.step .step-text h3{
    font-weight: normal;
    font-size: 36px;
}
.step .step-text h4{
    padding-top: 13px;
    font-weight: normal;
    font-size: 18px;
}
.step .step-item{
    width: 688px;
    height: 130px;
    background-position: 0 0;
}
.step .step-item ul{
    padding-top: 17px;
}
.step .step-item ul li:first-child{
    margin-left: 40px;
}
.step .step-item ul li + li{
    margin-left: 55px;
}
.step .step-item ul li i{
    width: 75px;
    height: 75px;
}
.step .step-item ul li i.icon1{
    background-position: 0 -136px;
}
.step .step-item ul li i.icon2{
    background-position: -79px -136px;
}
.step .step-item ul li i.icon3{
    background-position: -158px -136px;
}
.step .step-item ul li i.icon4{
    background-position: -237px -136px;
}
.step .step-item ul li i.icon5{
    background-position: -317px -136px;
}
.step .step-item ul li h5{
    padding-top: 6px;
    font-weight: normal;
    font-size: 18px;
    color: #a07147;
    text-align: center;
}